home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_114 / frame_5 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  216 b   |  13 lines

  1. if(_parent._parent._parent.plyWalk == false)
  2. {
  3.    gotoAndStop("stand");
  4.    play();
  5.    _parent.head.gotoAndStop("stand");
  6. }
  7. else
  8. {
  9.    gotoAndStop("walk");
  10.    play();
  11.    _parent.head.gotoAndPlay("walk");
  12. }
  13.